google.golang.org/grpc.baseCodec.Unmarshal (method)
3 uses
google.golang.org/grpc (current package)
codec.go#L31: Unmarshal(data []byte, v interface{}) error
rpc_util.go#L762: if err := c.Unmarshal(d, m); err != nil {
server.go#L1310: if err := s.getCodec(stream.ContentSubtype()).Unmarshal(d, v); err != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)